Skip to main content
Version: 1.x.x

ClientResponseType


import { ClientResponseType } from "@hyper-fetch/core"

Description

Defined in client/fetch.client.types.ts:13

Preview

type ClientResponseType<GenericDataType,GenericErrorType> = [GenericDataType | null, GenericErrorType | null, number | null];

Structure

[GenericDataType | null, GenericErrorType | null, number | null]